Html Css Color HEX #387925 Bilbao

📋 copy color: '#387925'

red 56 ◦ green 121 ◦ blue 37

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

Shades of Bilbao #387925

Tints of Bilbao #387925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.54%

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

R = 26.17%
G = 56.54%
B = 17.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#387925 (or 0x387925) is known color: Bilbao. HEX triplet: 38, 79 and 25. RGB value is (56,121,37). Sum of RGB (Red+Green+Blue) = 56+121+37=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #387925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387925 is #C786DA. Grayscale: #5C5C5C. Windows color (decimal): -13076187 or 2455864. OLE color: 2455864.

HSL color Cylindrical-coordinate representation of color #387925: hue angle of 106.43º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387925 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 37 -
CMYK 0.54 0 0.69 0.53
HSL 106.43º 0.53% 0.31% -
HSV(B) 106.43º 0.69% 0.47% -
XYZ 8.8 14.65 4.11 -
YUV 91.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 56 121 37 0.54 0 0.69 0.53 106.43 0.53 0.31
Hex 38 79 25 36 0 45 35 6A 35 1F
Octal 70 171 45 66 0 105 65 152 65 37
Binary 111000 1111001 100101 110110 0 1000101 110101 1101010 110101 11111

Color Harmonies of #387925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387925

Black with #387925

Text Example


Text Example

White with #387925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387925; }

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

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

background-color css

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

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

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

border-color css

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

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

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