Html Css Color HEX #246A04 Bilbao

📋 copy color: '#246A04'

red 36 ◦ green 106 ◦ blue 4

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

Shades of Bilbao #246A04

Tints of Bilbao #246A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.6%

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 24.66%
G = 72.6%
B = 2.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#246A04 (or 0x246A04) is known color: Bilbao. HEX triplet: 24, 6A and 04. RGB value is (36,106,4). Sum of RGB (Red+Green+Blue) = 36+106+4=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #246A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246A04 is #DB95FB. Grayscale: #494949. Windows color (decimal): -14390780 or 289316. OLE color: 289316.

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

Color convert

RGB 36 106 4 -
CMYK 0.66 0 0.96 0.58
HSL 101.18º 0.93% 0.22% -
HSV(B) 101.18º 0.96% 0.42% -
XYZ 5.9 10.69 1.87 -
YUV 73.44 88.81 101.29 -
System Red Green Blue C M Y K H S L
Decimal 36 106 4 0.66 0 0.96 0.58 101.18 0.93 0.22
Hex 24 6A 4 42 0 60 3A 65 5D 16
Octal 44 152 4 102 0 140 72 145 135 26
Binary 100100 1101010 100 1000010 0 1100000 111010 1100101 1011101 10110

Color Harmonies of #246A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A04

Black with #246A04

Text Example


Text Example

White with #246A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,106,4); }

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

background-color css

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

 a { background-color: rgb(36,106,4); }

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

border-color css

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

 span { border-color: rgb(36,106,4); }

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