Html Css Color HEX #387727 Bilbao

📋 copy color: '#387727'

red 56 ◦ green 119 ◦ blue 39

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

Shades of Bilbao #387727

Tints of Bilbao #387727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.61%

 BLUE value IS 39 (15.63% from 255) = 18.22%

R = 26.17%
G = 55.61%
B = 18.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#387727 (or 0x387727) is known color: Bilbao. HEX triplet: 38, 77 and 27. RGB value is (56,119,39). Sum of RGB (Red+Green+Blue) = 56+119+39=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #387727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387727 is #C788D8. Grayscale: #5B5B5B. Windows color (decimal): -13076697 or 2586424. OLE color: 2586424.

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

Color convert

RGB 56 119 39 -
CMYK 0.53 0 0.67 0.53
HSL 107.25º 0.51% 0.31% -
HSV(B) 107.25º 0.67% 0.47% -
XYZ 8.59 14.18 4.2 -
YUV 91.04 98.63 103 -
System Red Green Blue C M Y K H S L
Decimal 56 119 39 0.53 0 0.67 0.53 107.25 0.51 0.31
Hex 38 77 27 35 0 43 35 6B 33 1F
Octal 70 167 47 65 0 103 65 153 63 37
Binary 111000 1110111 100111 110101 0 1000011 110101 1101011 110011 11111

Color Harmonies of #387727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387727

Black with #387727

Text Example


Text Example

White with #387727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387727; }

 p { color: rgb(56,119,39); }

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

background-color css

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

 a { background-color: rgb(56,119,39); }

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

border-color css

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

 span { border-color: rgb(56,119,39); }

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