Html Css Color HEX #3A7418 Bilbao

📋 copy color: '#3A7418'

red 58 ◦ green 116 ◦ blue 24

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

Shades of Bilbao #3A7418

Tints of Bilbao #3A7418

RGB

 RED value IS 58 (23.05% from 255) = 29.29%

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

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 29.29%
G = 58.59%
B = 12.12%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#3A7418 (or 0x3A7418) is known color: Bilbao. HEX triplet: 3A, 74 and 18. RGB value is (58,116,24). Sum of RGB (Red+Green+Blue) = 58+116+24=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7418 is #C58BE7. Grayscale: #585858. Windows color (decimal): -12946408 or 1602618. OLE color: 1602618.

HSL color Cylindrical-coordinate representation of color #3A7418: hue angle of 97.83º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A7418 is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 116 24 -
CMYK 0.5 0 0.79 0.55
HSL 97.83º 0.66% 0.27% -
HSV(B) 97.83º 0.79% 0.45% -
XYZ 8.16 13.46 3.03 -
YUV 88.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 58 116 24 0.5 0 0.79 0.55 97.83 0.66 0.27
Hex 3A 74 18 32 0 4F 37 62 42 1B
Octal 72 164 30 62 0 117 67 142 102 33
Binary 111010 1110100 11000 110010 0 1001111 110111 1100010 1000010 11011

Color Harmonies of #3A7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7418

Black with #3A7418

Text Example


Text Example

White with #3A7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7418; }

 p { color: rgb(58,116,24); }

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

background-color css

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

 a { background-color: rgb(58,116,24); }

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

border-color css

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

 span { border-color: rgb(58,116,24); }

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