Html Css Color HEX #398425 Bilbao

📋 copy color: '#398425'

red 57 ◦ green 132 ◦ blue 37

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

Shades of Bilbao #398425

Tints of Bilbao #398425

RGB

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

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

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

R = 25.22%
G = 58.41%
B = 16.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#398425 (or 0x398425) is known color: Bilbao. HEX triplet: 39, 84 and 25. RGB value is (57,132,37). Sum of RGB (Red+Green+Blue) = 57+132+37=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #398425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398425 is #C67BDA. Grayscale: #636363. Windows color (decimal): -13007835 or 2458681. OLE color: 2458681.

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

Color convert

RGB 57 132 37 -
CMYK 0.57 0 0.72 0.48
HSL 107.37º 0.56% 0.33% -
HSV(B) 107.37º 0.72% 0.52% -
XYZ 10.27 17.51 4.59 -
YUV 98.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 57 132 37 0.57 0 0.72 0.48 107.37 0.56 0.33
Hex 39 84 25 39 0 48 30 6B 38 21
Octal 71 204 45 71 0 110 60 153 70 41
Binary 111001 10000100 100101 111001 0 1001000 110000 1101011 111000 100001

Color Harmonies of #398425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398425

Black with #398425

Text Example


Text Example

White with #398425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398425; }

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

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

background-color css

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

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

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

border-color css

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

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

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