Html Css Color HEX #246805 Bilbao

📋 copy color: '#246805'

red 36 ◦ green 104 ◦ blue 5

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

Shades of Bilbao #246805

Tints of Bilbao #246805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 71.72%

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 24.83%
G = 71.72%
B = 3.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#246805 (or 0x246805) is known color: Bilbao. HEX triplet: 24, 68 and 05. RGB value is (36,104,5). Sum of RGB (Red+Green+Blue) = 36+104+5=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #246805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246805 is #DB97FA. Grayscale: #484848. Windows color (decimal): -14391291 or 354340. OLE color: 354340.

HSL color Cylindrical-coordinate representation of color #246805: hue angle of 101.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #246805 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 104 5 -
CMYK 0.65 0 0.95 0.59
HSL 101.21º 0.91% 0.21% -
HSV(B) 101.21º 0.95% 0.41% -
XYZ 5.71 10.29 1.83 -
YUV 72.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 36 104 5 0.65 0 0.95 0.59 101.21 0.91 0.21
Hex 24 68 5 41 0 5F 3B 65 5B 15
Octal 44 150 5 101 0 137 73 145 133 25
Binary 100100 1101000 101 1000001 0 1011111 111011 1100101 1011011 10101

Color Harmonies of #246805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246805

Black with #246805

Text Example


Text Example

White with #246805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246805; }

 p { color: rgb(36,104,5); }

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

background-color css

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

 a { background-color: rgb(36,104,5); }

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

border-color css

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

 span { border-color: rgb(36,104,5); }

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