Html Css Color HEX #388205 Bilbao

📋 copy color: '#388205'

red 56 ◦ green 130 ◦ blue 5

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

Shades of Bilbao #388205

Tints of Bilbao #388205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 68.06%

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

R = 29.32%
G = 68.06%
B = 2.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#388205 (or 0x388205) is known color: Bilbao. HEX triplet: 38, 82 and 05. RGB value is (56,130,5). Sum of RGB (Red+Green+Blue) = 56+130+5=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #388205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388205 is #C77DFA. Grayscale: #5E5E5E. Windows color (decimal): -13073915 or 361016. OLE color: 361016.

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

Color convert

RGB 56 130 5 -
CMYK 0.57 0 0.96 0.49
HSL 95.52º 0.93% 0.26% -
HSV(B) 95.52º 0.96% 0.51% -
XYZ 9.64 16.82 2.88 -
YUV 93.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 56 130 5 0.57 0 0.96 0.49 95.52 0.93 0.26
Hex 38 82 5 39 0 60 31 60 5D 1A
Octal 70 202 5 71 0 140 61 140 135 32
Binary 111000 10000010 101 111001 0 1100000 110001 1100000 1011101 11010

Color Harmonies of #388205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388205

Black with #388205

Text Example


Text Example

White with #388205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388205; }

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

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

background-color css

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

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

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

border-color css

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

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

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