Html Css Color HEX #418B07 Bilbao

📋 copy color: '#418B07'

red 65 ◦ green 139 ◦ blue 7

#418B07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #418B07

Tints of Bilbao #418B07

RGB

 RED value IS 65 (25.78% from 255) = 30.81%

 GREEN value IS 139 (54.69% from 255) = 65.88%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 30.81%
G = 65.88%
B = 3.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#418B07 (or 0x418B07) is known color: Bilbao. HEX triplet: 41, 8B and 07. RGB value is (65,139,7). Sum of RGB (Red+Green+Blue) = 65+139+7=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #418B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418B07 is #BE74F8. Grayscale: #666666. Windows color (decimal): -12481785 or 494401. OLE color: 494401.

HSL color Cylindrical-coordinate representation of color #418B07: hue angle of 93.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #418B07 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 139 7 -
CMYK 0.53 0 0.95 0.45
HSL 93.64º 0.9% 0.29% -
HSV(B) 93.64º 0.95% 0.55% -
XYZ 11.45 19.6 3.38 -
YUV 101.83 74.48 101.73 -
System Red Green Blue C M Y K H S L
Decimal 65 139 7 0.53 0 0.95 0.45 93.64 0.9 0.29
Hex 41 8B 7 35 0 5F 2D 5E 5A 1D
Octal 101 213 7 65 0 137 55 136 132 35
Binary 1000001 10001011 111 110101 0 1011111 101101 1011110 1011010 11101

Color Harmonies of #418B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418B07

Black with #418B07

Text Example


Text Example

White with #418B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418B07; }

 p { color: rgb(65,139,7); }

 H1.HeaderClassName
 {
   color: #418B07;
 }
 .AnyTagClassName
 {
   color: #418B07;
 }
</style>

background-color css

<style>
 a { background-color: #418B07; }

 a { background-color: rgb(65,139,7); }

 div.DivClassName
 {
   background-color: #418B07;
 }
 .BgClassName
 {
   background-color: #418B07;
 }
</style>

border-color css

<style>
 span { border-color: #418B07; }

 span { border-color: rgb(65,139,7); }

 td.TdClassName
 {
   border-color: #418B07;
 }
 .TagClassName
 {
   border-color: #418B07;
 }
</style>