Html Css Color HEX #267409 Bilbao

📋 copy color: '#267409'

red 38 ◦ green 116 ◦ blue 9

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

Shades of Bilbao #267409

Tints of Bilbao #267409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.17%

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

R = 23.31%
G = 71.17%
B = 5.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#267409 (or 0x267409) is known color: Bilbao. HEX triplet: 26, 74 and 09. RGB value is (38,116,9). Sum of RGB (Red+Green+Blue) = 38+116+9=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #267409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267409 is #D98BF6. Grayscale: #505050. Windows color (decimal): -14257143 or 619558. OLE color: 619558.

HSL color Cylindrical-coordinate representation of color #267409: hue angle of 103.74º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #267409 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 116 9 -
CMYK 0.67 0 0.92 0.55
HSL 103.74º 0.86% 0.25% -
HSV(B) 103.74º 0.92% 0.45% -
XYZ 7.09 12.92 2.38 -
YUV 80.48 87.66 97.7 -
System Red Green Blue C M Y K H S L
Decimal 38 116 9 0.67 0 0.92 0.55 103.74 0.86 0.25
Hex 26 74 9 43 0 5C 37 68 56 19
Octal 46 164 11 103 0 134 67 150 126 31
Binary 100110 1110100 1001 1000011 0 1011100 110111 1101000 1010110 11001

Color Harmonies of #267409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267409

Black with #267409

Text Example


Text Example

White with #267409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267409; }

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

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

background-color css

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

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

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

border-color css

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

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

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