Html Css Color HEX #398802 Bilbao

📋 copy color: '#398802'

red 57 ◦ green 136 ◦ blue 2

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

Shades of Bilbao #398802

Tints of Bilbao #398802

RGB

 RED value IS 57 (22.66% from 255) = 29.23%

 GREEN value IS 136 (53.52% from 255) = 69.74%

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

R = 29.23%
G = 69.74%
B = 1.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#398802 (or 0x398802) is known color: Bilbao. HEX triplet: 39, 88 and 02. RGB value is (57,136,2). Sum of RGB (Red+Green+Blue) = 57+136+2=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #398802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398802 is #C677FD. Grayscale: #616161. Windows color (decimal): -13006846 or 165945. OLE color: 165945.

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

Color convert

RGB 57 136 2 -
CMYK 0.58 0 0.99 0.47
HSL 95.37º 0.97% 0.27% -
HSV(B) 95.37º 0.99% 0.53% -
XYZ 10.5 18.48 3.07 -
YUV 97.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 57 136 2 0.58 0 0.99 0.47 95.37 0.97 0.27
Hex 39 88 2 3A 0 63 2F 5F 61 1B
Octal 71 210 2 72 0 143 57 137 141 33
Binary 111001 10001000 10 111010 0 1100011 101111 1011111 1100001 11011

Color Harmonies of #398802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398802

Black with #398802

Text Example


Text Example

White with #398802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398802; }

 p { color: rgb(57,136,2); }

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

background-color css

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

 a { background-color: rgb(57,136,2); }

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

border-color css

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

 span { border-color: rgb(57,136,2); }

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