Html Css Color HEX #387F2C Bilbao

📋 copy color: '#387F2C'

red 56 ◦ green 127 ◦ blue 44

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

Shades of Bilbao #387F2C

Tints of Bilbao #387F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 24.67%
G = 55.95%
B = 19.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#387F2C (or 0x387F2C) is known color: Bilbao. HEX triplet: 38, 7F and 2C. RGB value is (56,127,44). Sum of RGB (Red+Green+Blue) = 56+127+44=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #387F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F2C is #C780D3. Grayscale: #606060. Windows color (decimal): -13074644 or 2916152. OLE color: 2916152.

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

Color convert

RGB 56 127 44 -
CMYK 0.56 0 0.65 0.50
HSL 111.33º 0.49% 0.34% -
HSV(B) 111.33º 0.65% 0.5% -
XYZ 9.67 16.2 5 -
YUV 96.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 56 127 44 0.56 0 0.65 0.50 111.33 0.49 0.34
Hex 38 7F 2C 38 0 41 32 6F 31 22
Octal 70 177 54 70 0 101 62 157 61 42
Binary 111000 1111111 101100 111000 0 1000001 110010 1101111 110001 100010

Color Harmonies of #387F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F2C

Black with #387F2C

Text Example


Text Example

White with #387F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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