Html Css Color HEX #398325 Bilbao

📋 copy color: '#398325'

red 57 ◦ green 131 ◦ blue 37

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

Shades of Bilbao #398325

Tints of Bilbao #398325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 25.33%
G = 58.22%
B = 16.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#398325 (or 0x398325) is known color: Bilbao. HEX triplet: 39, 83 and 25. RGB value is (57,131,37). Sum of RGB (Red+Green+Blue) = 57+131+37=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #398325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398325 is #C67CDA. Grayscale: #626262. Windows color (decimal): -13008091 or 2458425. OLE color: 2458425.

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

Color convert

RGB 57 131 37 -
CMYK 0.56 0 0.72 0.49
HSL 107.23º 0.56% 0.33% -
HSV(B) 107.23º 0.72% 0.51% -
XYZ 10.14 17.24 4.54 -
YUV 98.16 93.48 98.64 -
System Red Green Blue C M Y K H S L
Decimal 57 131 37 0.56 0 0.72 0.49 107.23 0.56 0.33
Hex 39 83 25 38 0 48 31 6B 38 21
Octal 71 203 45 70 0 110 61 153 70 41
Binary 111001 10000011 100101 111000 0 1001000 110001 1101011 111000 100001

Color Harmonies of #398325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398325

Black with #398325

Text Example


Text Example

White with #398325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398325; }

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

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

background-color css

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

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

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

border-color css

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

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

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