Html Css Color HEX #388002 Bilbao

📋 copy color: '#388002'

red 56 ◦ green 128 ◦ blue 2

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

Shades of Bilbao #388002

Tints of Bilbao #388002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 68.82%

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

R = 30.11%
G = 68.82%
B = 1.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#388002 (or 0x388002) is known color: Bilbao. HEX triplet: 38, 80 and 02. RGB value is (56,128,2). Sum of RGB (Red+Green+Blue) = 56+128+2=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #388002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388002 is #C77FFD. Grayscale: #5C5C5C. Windows color (decimal): -13074430 or 163896. OLE color: 163896.

HSL color Cylindrical-coordinate representation of color #388002: hue angle of 94.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #388002 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 2 -
CMYK 0.56 0 0.98 0.50
HSL 94.29º 0.97% 0.25% -
HSV(B) 94.29º 0.98% 0.5% -
XYZ 9.36 16.28 2.71 -
YUV 92.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 56 128 2 0.56 0 0.98 0.50 94.29 0.97 0.25
Hex 38 80 2 38 0 62 32 5E 61 19
Octal 70 200 2 70 0 142 62 136 141 31
Binary 111000 10000000 10 111000 0 1100010 110010 1011110 1100001 11001

Color Harmonies of #388002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388002

Black with #388002

Text Example


Text Example

White with #388002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388002; }

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

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

background-color css

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

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

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

border-color css

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

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

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