Html Css Color HEX #398718 Bilbao

📋 copy color: '#398718'

red 57 ◦ green 135 ◦ blue 24

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

Shades of Bilbao #398718

Tints of Bilbao #398718

RGB

 RED value IS 57 (22.66% from 255) = 26.39%

 GREEN value IS 135 (53.13% from 255) = 62.5%

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

R = 26.39%
G = 62.5%
B = 11.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#398718 (or 0x398718) is known color: Bilbao. HEX triplet: 39, 87 and 18. RGB value is (57,135,24). Sum of RGB (Red+Green+Blue) = 57+135+24=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #398718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398718 is #C678E7. Grayscale: #636363. Windows color (decimal): -13007080 or 1607481. OLE color: 1607481.

HSL color Cylindrical-coordinate representation of color #398718: hue angle of 102.16º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #398718 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 135 24 -
CMYK 0.58 0 0.82 0.47
HSL 102.16º 0.7% 0.31% -
HSV(B) 102.16º 0.82% 0.53% -
XYZ 10.52 18.26 3.84 -
YUV 99.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 57 135 24 0.58 0 0.82 0.47 102.16 0.7 0.31
Hex 39 87 18 3A 0 52 2F 66 46 1F
Octal 71 207 30 72 0 122 57 146 106 37
Binary 111001 10000111 11000 111010 0 1010010 101111 1100110 1000110 11111

Color Harmonies of #398718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398718

Black with #398718

Text Example


Text Example

White with #398718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398718; }

 p { color: rgb(57,135,24); }

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

background-color css

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

 a { background-color: rgb(57,135,24); }

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

border-color css

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

 span { border-color: rgb(57,135,24); }

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