Html Css Color HEX #386D04 Bilbao

📋 copy color: '#386D04'

red 56 ◦ green 109 ◦ blue 4

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

Shades of Bilbao #386D04

Tints of Bilbao #386D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 64.5%

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 33.14%
G = 64.5%
B = 2.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#386D04 (or 0x386D04) is known color: Bilbao. HEX triplet: 38, 6D and 04. RGB value is (56,109,4). Sum of RGB (Red+Green+Blue) = 56+109+4=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 109 (42.97% from 255 or 64.50% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 109 - color contains mainly: green. Hex color #386D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386D04 is #C792FB. Grayscale: #515151. Windows color (decimal): -13079292 or 290104. OLE color: 290104.

HSL color Cylindrical-coordinate representation of color #386D04: hue angle of 90.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #386D04 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 4 -
CMYK 0.49 0 0.96 0.57
HSL 90.29º 0.93% 0.22% -
HSV(B) 90.29º 0.96% 0.43% -
XYZ 7.12 11.79 2.01 -
YUV 81.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 56 109 4 0.49 0 0.96 0.57 90.29 0.93 0.22
Hex 38 6D 4 31 0 60 39 5A 5D 16
Octal 70 155 4 61 0 140 71 132 135 26
Binary 111000 1101101 100 110001 0 1100000 111001 1011010 1011101 10110

Color Harmonies of #386D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D04

Black with #386D04

Text Example


Text Example

White with #386D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386D04; }

 p { color: rgb(56,109,4); }

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

background-color css

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

 a { background-color: rgb(56,109,4); }

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

border-color css

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

 span { border-color: rgb(56,109,4); }

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