Html Css Color HEX #388524 Bilbao

📋 copy color: '#388524'

red 56 ◦ green 133 ◦ blue 36

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

Shades of Bilbao #388524

Tints of Bilbao #388524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.11%

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

R = 24.89%
G = 59.11%
B = 16%

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

#388524 (or 0x388524) is known color: Bilbao. HEX triplet: 38, 85 and 24. RGB value is (56,133,36). Sum of RGB (Red+Green+Blue) = 56+133+36=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #388524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388524 is #C77ADB. Grayscale: #636363. Windows color (decimal): -13073116 or 2393400. OLE color: 2393400.

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

Color convert

RGB 56 133 36 -
CMYK 0.58 0 0.73 0.48
HSL 107.63º 0.57% 0.33% -
HSV(B) 107.63º 0.73% 0.52% -
XYZ 10.34 17.74 4.55 -
YUV 98.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 56 133 36 0.58 0 0.73 0.48 107.63 0.57 0.33
Hex 38 85 24 3A 0 49 30 6C 39 21
Octal 70 205 44 72 0 111 60 154 71 41
Binary 111000 10000101 100100 111010 0 1001001 110000 1101100 111001 100001

Color Harmonies of #388524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388524

Black with #388524

Text Example


Text Example

White with #388524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388524; }

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

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

background-color css

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

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

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

border-color css

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

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

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