Html Css Color HEX #398418 Bilbao

📋 copy color: '#398418'

red 57 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #398418

Tints of Bilbao #398418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.97%

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

R = 26.76%
G = 61.97%
B = 11.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#398418 (or 0x398418) is known color: Bilbao. HEX triplet: 39, 84 and 18. RGB value is (57,132,24). Sum of RGB (Red+Green+Blue) = 57+132+24=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #398418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398418 is #C67BE7. Grayscale: #616161. Windows color (decimal): -13007848 or 1606713. OLE color: 1606713.

HSL color Cylindrical-coordinate representation of color #398418: hue angle of 101.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #398418 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 24 -
CMYK 0.57 0 0.82 0.48
HSL 101.67º 0.69% 0.31% -
HSV(B) 101.67º 0.82% 0.52% -
XYZ 10.1 17.44 3.7 -
YUV 97.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 57 132 24 0.57 0 0.82 0.48 101.67 0.69 0.31
Hex 39 84 18 39 0 52 30 66 45 1F
Octal 71 204 30 71 0 122 60 146 105 37
Binary 111001 10000100 11000 111001 0 1010010 110000 1100110 1000101 11111

Color Harmonies of #398418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398418

Black with #398418

Text Example


Text Example

White with #398418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398418; }

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

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

background-color css

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

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

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

border-color css

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

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

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