Html Css Color HEX #387814 Bilbao

📋 copy color: '#387814'

red 56 ◦ green 120 ◦ blue 20

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

Shades of Bilbao #387814

Tints of Bilbao #387814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.22%

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 28.57%
G = 61.22%
B = 10.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#387814 (or 0x387814) is known color: Bilbao. HEX triplet: 38, 78 and 14. RGB value is (56,120,20). Sum of RGB (Red+Green+Blue) = 56+120+20=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #387814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387814 is #C787EB. Grayscale: #595959. Windows color (decimal): -13076460 or 1341496. OLE color: 1341496.

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

Color convert

RGB 56 120 20 -
CMYK 0.53 0 0.83 0.53
HSL 98.4º 0.71% 0.27% -
HSV(B) 98.4º 0.83% 0.47% -
XYZ 8.47 14.32 2.98 -
YUV 89.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 56 120 20 0.53 0 0.83 0.53 98.4 0.71 0.27
Hex 38 78 14 35 0 53 35 62 47 1B
Octal 70 170 24 65 0 123 65 142 107 33
Binary 111000 1111000 10100 110101 0 1010011 110101 1100010 1000111 11011

Color Harmonies of #387814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387814

Black with #387814

Text Example


Text Example

White with #387814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387814; }

 p { color: rgb(56,120,20); }

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

background-color css

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

 a { background-color: rgb(56,120,20); }

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

border-color css

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

 span { border-color: rgb(56,120,20); }

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