Html Css Color HEX #386D03 Bilbao

📋 copy color: '#386D03'

red 56 ◦ green 109 ◦ blue 3

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

Shades of Bilbao #386D03

Tints of Bilbao #386D03

RGB

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

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

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

R = 33.33%
G = 64.88%
B = 1.79%

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

#386D03 (or 0x386D03) is known color: Bilbao. HEX triplet: 38, 6D and 03. RGB value is (56,109,3). Sum of RGB (Red+Green+Blue) = 56+109+3=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #386D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386D03 is #C792FC. Grayscale: #515151. Windows color (decimal): -13079293 or 224568. OLE color: 224568.

HSL color Cylindrical-coordinate representation of color #386D03: hue angle of 90º 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 #386D03 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 3 -
CMYK 0.49 0 0.97 0.57
HSL 90º 0.95% 0.22% -
HSV(B) 90º 0.97% 0.43% -
XYZ 7.12 11.78 1.99 -
YUV 81.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 56 109 3 0.49 0 0.97 0.57 90 0.95 0.22
Hex 38 6D 3 31 0 61 39 5A 5F 16
Octal 70 155 3 61 0 141 71 132 137 26
Binary 111000 1101101 11 110001 0 1100001 111001 1011010 1011111 10110

Color Harmonies of #386D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D03

Black with #386D03

Text Example


Text Example

White with #386D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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