Html Css Color HEX #388302 Bilbao

📋 copy color: '#388302'

red 56 ◦ green 131 ◦ blue 2

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

Shades of Bilbao #388302

Tints of Bilbao #388302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 69.31%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 29.63%
G = 69.31%
B = 1.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#388302 (or 0x388302) is known color: Bilbao. HEX triplet: 38, 83 and 02. RGB value is (56,131,2). Sum of RGB (Red+Green+Blue) = 56+131+2=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #388302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388302 is #C77CFD. Grayscale: #5E5E5E. Windows color (decimal): -13073662 or 164664. OLE color: 164664.

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

Color convert

RGB 56 131 2 -
CMYK 0.57 0 0.98 0.49
HSL 94.88º 0.97% 0.26% -
HSV(B) 94.88º 0.98% 0.51% -
XYZ 9.76 17.08 2.84 -
YUV 93.87 76.15 100.99 -
System Red Green Blue C M Y K H S L
Decimal 56 131 2 0.57 0 0.98 0.49 94.88 0.97 0.26
Hex 38 83 2 39 0 62 31 5F 61 1A
Octal 70 203 2 71 0 142 61 137 141 32
Binary 111000 10000011 10 111001 0 1100010 110001 1011111 1100001 11010

Color Harmonies of #388302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388302

Black with #388302

Text Example


Text Example

White with #388302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388302; }

 p { color: rgb(56,131,2); }

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

background-color css

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

 a { background-color: rgb(56,131,2); }

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

border-color css

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

 span { border-color: rgb(56,131,2); }

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