Html Css Color HEX #386E03 Bilbao

📋 copy color: '#386E03'

red 56 ◦ green 110 ◦ blue 3

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

Shades of Bilbao #386E03

Tints of Bilbao #386E03

RGB

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

 GREEN value IS 110 (43.36% from 255) = 65.09%

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 33.14%
G = 65.09%
B = 1.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#386E03 (or 0x386E03) is known color: Bilbao. HEX triplet: 38, 6E and 03. RGB value is (56,110,3). Sum of RGB (Red+Green+Blue) = 56+110+3=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 110 (43.36% from 255 or 65.09% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 110 - color contains mainly: green. Hex color #386E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386E03 is #C791FC. Grayscale: #525252. Windows color (decimal): -13079037 or 224824. OLE color: 224824.

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

Color convert

RGB 56 110 3 -
CMYK 0.49 0 0.97 0.57
HSL 90.28º 0.95% 0.22% -
HSV(B) 90.28º 0.97% 0.43% -
XYZ 7.22 12 2.02 -
YUV 81.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 56 110 3 0.49 0 0.97 0.57 90.28 0.95 0.22
Hex 38 6E 3 31 0 61 39 5A 5F 16
Octal 70 156 3 61 0 141 71 132 137 26
Binary 111000 1101110 11 110001 0 1100001 111001 1011010 1011111 10110

Color Harmonies of #386E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E03

Black with #386E03

Text Example


Text Example

White with #386E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,3); }

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

background-color css

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

 a { background-color: rgb(56,110,3); }

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

border-color css

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

 span { border-color: rgb(56,110,3); }

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