Html Css Color HEX #387805 Bilbao

📋 copy color: '#387805'

red 56 ◦ green 120 ◦ blue 5

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

Shades of Bilbao #387805

Tints of Bilbao #387805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 30.94%
G = 66.3%
B = 2.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#387805 (or 0x387805) is known color: Bilbao. HEX triplet: 38, 78 and 05. RGB value is (56,120,5). Sum of RGB (Red+Green+Blue) = 56+120+5=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #387805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387805 is #C787FA. Grayscale: #585858. Windows color (decimal): -13076475 or 358456. OLE color: 358456.

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

Color convert

RGB 56 120 5 -
CMYK 0.53 0 0.96 0.53
HSL 93.39º 0.92% 0.25% -
HSV(B) 93.39º 0.96% 0.47% -
XYZ 8.37 14.28 2.46 -
YUV 87.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 56 120 5 0.53 0 0.96 0.53 93.39 0.92 0.25
Hex 38 78 5 35 0 60 35 5D 5C 19
Octal 70 170 5 65 0 140 65 135 134 31
Binary 111000 1111000 101 110101 0 1100000 110101 1011101 1011100 11001

Color Harmonies of #387805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387805

Black with #387805

Text Example


Text Example

White with #387805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387805; }

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

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

background-color css

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

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

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

border-color css

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

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

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