Html Css Color HEX #388202 Bilbao

📋 copy color: '#388202'

red 56 ◦ green 130 ◦ blue 2

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

Shades of Bilbao #388202

Tints of Bilbao #388202

RGB

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

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

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

R = 29.79%
G = 69.15%
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

#388202 (or 0x388202) is known color: Bilbao. HEX triplet: 38, 82 and 02. RGB value is (56,130,2). Sum of RGB (Red+Green+Blue) = 56+130+2=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #388202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388202 is #C77DFD. Grayscale: #5D5D5D. Windows color (decimal): -13073918 or 164408. OLE color: 164408.

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

Color convert

RGB 56 130 2 -
CMYK 0.57 0 0.98 0.49
HSL 94.69º 0.97% 0.26% -
HSV(B) 94.69º 0.98% 0.51% -
XYZ 9.62 16.81 2.79 -
YUV 93.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 56 130 2 0.57 0 0.98 0.49 94.69 0.97 0.26
Hex 38 82 2 39 0 62 31 5F 61 1A
Octal 70 202 2 71 0 142 61 137 141 32
Binary 111000 10000010 10 111001 0 1100010 110001 1011111 1100001 11010

Color Harmonies of #388202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388202

Black with #388202

Text Example


Text Example

White with #388202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388202; }

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

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

background-color css

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

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

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

border-color css

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

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

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