Html Css Color HEX #246C06 Bilbao

📋 copy color: '#246C06'

red 36 ◦ green 108 ◦ blue 6

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

Shades of Bilbao #246C06

Tints of Bilbao #246C06

RGB

 RED value IS 36 (14.45% from 255) = 24%

 GREEN value IS 108 (42.58% from 255) = 72%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 24%
G = 72%
B = 4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#246C06 (or 0x246C06) is known color: Bilbao. HEX triplet: 24, 6C and 06. RGB value is (36,108,6). Sum of RGB (Red+Green+Blue) = 36+108+6=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #246C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246C06 is #DB93F9. Grayscale: #4B4B4B. Windows color (decimal): -14390266 or 420900. OLE color: 420900.

HSL color Cylindrical-coordinate representation of color #246C06: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #246C06 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 108 6 -
CMYK 0.67 0 0.94 0.58
HSL 102.35º 0.89% 0.22% -
HSV(B) 102.35º 0.94% 0.42% -
XYZ 6.12 11.11 1.99 -
YUV 74.84 89.15 100.29 -
System Red Green Blue C M Y K H S L
Decimal 36 108 6 0.67 0 0.94 0.58 102.35 0.89 0.22
Hex 24 6C 6 43 0 5E 3A 66 59 16
Octal 44 154 6 103 0 136 72 146 131 26
Binary 100100 1101100 110 1000011 0 1011110 111010 1100110 1011001 10110

Color Harmonies of #246C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C06

Black with #246C06

Text Example


Text Example

White with #246C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246C06; }

 p { color: rgb(36,108,6); }

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

background-color css

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

 a { background-color: rgb(36,108,6); }

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

border-color css

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

 span { border-color: rgb(36,108,6); }

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