Html Css Color HEX #388703 Bilbao

📋 copy color: '#388703'

red 56 ◦ green 135 ◦ blue 3

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

Shades of Bilbao #388703

Tints of Bilbao #388703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 69.59%

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

R = 28.87%
G = 69.59%
B = 1.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#388703 (or 0x388703) is known color: Bilbao. HEX triplet: 38, 87 and 03. RGB value is (56,135,3). Sum of RGB (Red+Green+Blue) = 56+135+3=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #388703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388703 is #C778FC. Grayscale: #606060. Windows color (decimal): -13072637 or 231224. OLE color: 231224.

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

Color convert

RGB 56 135 3 -
CMYK 0.59 0 0.98 0.47
HSL 95.91º 0.96% 0.27% -
HSV(B) 95.91º 0.98% 0.53% -
XYZ 10.31 18.18 3.05 -
YUV 96.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 56 135 3 0.59 0 0.98 0.47 95.91 0.96 0.27
Hex 38 87 3 3B 0 62 2F 60 60 1B
Octal 70 207 3 73 0 142 57 140 140 33
Binary 111000 10000111 11 111011 0 1100010 101111 1100000 1100000 11011

Color Harmonies of #388703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388703

Black with #388703

Text Example


Text Example

White with #388703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388703; }

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

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

background-color css

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

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

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

border-color css

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

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

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