Html Css Color HEX #267009 Bilbao

📋 copy color: '#267009'

red 38 ◦ green 112 ◦ blue 9

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

Shades of Bilbao #267009

Tints of Bilbao #267009

RGB

 RED value IS 38 (15.23% from 255) = 23.9%

 GREEN value IS 112 (44.14% from 255) = 70.44%

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 23.9%
G = 70.44%
B = 5.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#267009 (or 0x267009) is known color: Bilbao. HEX triplet: 26, 70 and 09. RGB value is (38,112,9). Sum of RGB (Red+Green+Blue) = 38+112+9=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #267009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267009 is #D98FF6. Grayscale: #4E4E4E. Windows color (decimal): -14258167 or 618534. OLE color: 618534.

HSL color Cylindrical-coordinate representation of color #267009: hue angle of 103.11º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #267009 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 112 9 -
CMYK 0.66 0 0.92 0.56
HSL 103.11º 0.85% 0.24% -
HSV(B) 103.11º 0.92% 0.44% -
XYZ 6.64 12.02 2.23 -
YUV 78.13 88.98 99.38 -
System Red Green Blue C M Y K H S L
Decimal 38 112 9 0.66 0 0.92 0.56 103.11 0.85 0.24
Hex 26 70 9 42 0 5C 38 67 55 18
Octal 46 160 11 102 0 134 70 147 125 30
Binary 100110 1110000 1001 1000010 0 1011100 111000 1100111 1010101 11000

Color Harmonies of #267009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267009

Black with #267009

Text Example


Text Example

White with #267009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267009; }

 p { color: rgb(38,112,9); }

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

background-color css

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

 a { background-color: rgb(38,112,9); }

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

border-color css

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

 span { border-color: rgb(38,112,9); }

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