Html Css Color HEX #387F25 Bilbao

📋 copy color: '#387F25'

red 56 ◦ green 127 ◦ blue 37

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

Shades of Bilbao #387F25

Tints of Bilbao #387F25

RGB

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

 GREEN value IS 127 (50% from 255) = 57.73%

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

R = 25.45%
G = 57.73%
B = 16.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#387F25 (or 0x387F25) is known color: Bilbao. HEX triplet: 38, 7F and 25. RGB value is (56,127,37). Sum of RGB (Red+Green+Blue) = 56+127+37=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #387F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F25 is #C780DA. Grayscale: #5F5F5F. Windows color (decimal): -13074651 or 2457400. OLE color: 2457400.

HSL color Cylindrical-coordinate representation of color #387F25: hue angle of 107.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387F25 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 37 -
CMYK 0.56 0 0.71 0.50
HSL 107.33º 0.55% 0.32% -
HSV(B) 107.33º 0.71% 0.5% -
XYZ 9.55 16.15 4.36 -
YUV 95.51 94.98 99.82 -
System Red Green Blue C M Y K H S L
Decimal 56 127 37 0.56 0 0.71 0.50 107.33 0.55 0.32
Hex 38 7F 25 38 0 47 32 6B 37 20
Octal 70 177 45 70 0 107 62 153 67 40
Binary 111000 1111111 100101 111000 0 1000111 110010 1101011 110111 100000

Color Harmonies of #387F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F25

Black with #387F25

Text Example


Text Example

White with #387F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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