Html Css Color HEX #398318 Bilbao

📋 copy color: '#398318'

red 57 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #398318

Tints of Bilbao #398318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

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

R = 26.89%
G = 61.79%
B = 11.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#398318 (or 0x398318) is known color: Bilbao. HEX triplet: 39, 83 and 18. RGB value is (57,131,24). Sum of RGB (Red+Green+Blue) = 57+131+24=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #398318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398318 is #C67CE7. Grayscale: #616161. Windows color (decimal): -13008104 or 1606457. OLE color: 1606457.

HSL color Cylindrical-coordinate representation of color #398318: hue angle of 101.5º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #398318 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 24 -
CMYK 0.56 0 0.82 0.49
HSL 101.5º 0.69% 0.3% -
HSV(B) 101.5º 0.82% 0.51% -
XYZ 9.97 17.17 3.65 -
YUV 96.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 57 131 24 0.56 0 0.82 0.49 101.5 0.69 0.3
Hex 39 83 18 38 0 52 31 65 45 1E
Octal 71 203 30 70 0 122 61 145 105 36
Binary 111001 10000011 11000 111000 0 1010010 110001 1100101 1000101 11110

Color Harmonies of #398318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398318

Black with #398318

Text Example


Text Example

White with #398318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398318; }

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

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

background-color css

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

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

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

border-color css

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

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

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