Html Css Color HEX #246B0F Bilbao

📋 copy color: '#246B0F'

red 36 ◦ green 107 ◦ blue 15

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

Shades of Bilbao #246B0F

Tints of Bilbao #246B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.72%

 BLUE value IS 15 (6.25% from 255) = 9.49%

R = 22.78%
G = 67.72%
B = 9.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#246B0F (or 0x246B0F) is known color: Bilbao. HEX triplet: 24, 6B and 0F. RGB value is (36,107,15). Sum of RGB (Red+Green+Blue) = 36+107+15=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #246B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246B0F is #DB94F0. Grayscale: #4B4B4B. Windows color (decimal): -14390513 or 1010468. OLE color: 1010468.

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

Color convert

RGB 36 107 15 -
CMYK 0.66 0 0.86 0.58
HSL 106.3º 0.75% 0.24% -
HSV(B) 106.3º 0.86% 0.42% -
XYZ 6.07 10.92 2.24 -
YUV 75.28 93.98 99.98 -
System Red Green Blue C M Y K H S L
Decimal 36 107 15 0.66 0 0.86 0.58 106.3 0.75 0.24
Hex 24 6B F 42 0 56 3A 6A 4B 18
Octal 44 153 17 102 0 126 72 152 113 30
Binary 100100 1101011 1111 1000010 0 1010110 111010 1101010 1001011 11000

Color Harmonies of #246B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B0F

Black with #246B0F

Text Example


Text Example

White with #246B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,15); }

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

background-color css

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

 a { background-color: rgb(36,107,15); }

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

border-color css

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

 span { border-color: rgb(36,107,15); }

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