Html Css Color HEX #388424 Bilbao

📋 copy color: '#388424'

red 56 ◦ green 132 ◦ blue 36

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

Shades of Bilbao #388424

Tints of Bilbao #388424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.07%

R = 25%
G = 58.93%
B = 16.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#388424 (or 0x388424) is known color: Bilbao. HEX triplet: 38, 84 and 24. RGB value is (56,132,36). Sum of RGB (Red+Green+Blue) = 56+132+36=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #388424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388424 is #C77BDB. Grayscale: #626262. Windows color (decimal): -13073372 or 2393144. OLE color: 2393144.

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

Color convert

RGB 56 132 36 -
CMYK 0.58 0 0.73 0.48
HSL 107.5º 0.57% 0.33% -
HSV(B) 107.5º 0.73% 0.52% -
XYZ 10.2 17.47 4.5 -
YUV 98.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 56 132 36 0.58 0 0.73 0.48 107.5 0.57 0.33
Hex 38 84 24 3A 0 49 30 6C 39 21
Octal 70 204 44 72 0 111 60 154 71 41
Binary 111000 10000100 100100 111010 0 1001001 110000 1101100 111001 100001

Color Harmonies of #388424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388424

Black with #388424

Text Example


Text Example

White with #388424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388424; }

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

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

background-color css

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

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

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

border-color css

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

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

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