Html Css Color HEX #388425 Bilbao

📋 copy color: '#388425'

red 56 ◦ green 132 ◦ blue 37

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

Shades of Bilbao #388425

Tints of Bilbao #388425

RGB

 RED value IS 56 (22.27% from 255) = 24.89%

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

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

R = 24.89%
G = 58.67%
B = 16.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#388425 (or 0x388425) is known color: Bilbao. HEX triplet: 38, 84 and 25. RGB value is (56,132,37). Sum of RGB (Red+Green+Blue) = 56+132+37=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #388425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388425 is #C77BDA. Grayscale: #626262. Windows color (decimal): -13073371 or 2458680. OLE color: 2458680.

HSL color Cylindrical-coordinate representation of color #388425: hue angle of 108º 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 #388425 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 37 -
CMYK 0.58 0 0.72 0.48
HSL 108º 0.56% 0.33% -
HSV(B) 108º 0.72% 0.52% -
XYZ 10.22 17.48 4.59 -
YUV 98.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 56 132 37 0.58 0 0.72 0.48 108 0.56 0.33
Hex 38 84 25 3A 0 48 30 6C 38 21
Octal 70 204 45 72 0 110 60 154 70 41
Binary 111000 10000100 100101 111010 0 1001000 110000 1101100 111000 100001

Color Harmonies of #388425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388425

Black with #388425

Text Example


Text Example

White with #388425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388425; }

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

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

background-color css

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

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

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

border-color css

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

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

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