Html Css Color HEX #398800 Bilbao

📋 copy color: '#398800'

red 57 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #398800

Tints of Bilbao #398800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.53%
G = 70.47%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#398800 (or 0x398800) is known color: Bilbao. HEX triplet: 39, 88 and 00. RGB value is (57,136,0). Sum of RGB (Red+Green+Blue) = 57+136+0=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #398800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398800 is #C677FF. Grayscale: #616161. Windows color (decimal): -13006848 or 34873. OLE color: 34873.

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

Color convert

RGB 57 136 0 -
CMYK 0.58 0 1 0.47
HSL 94.85º 1% 0.27% -
HSV(B) 94.85º 1% 0.53% -
XYZ 10.49 18.48 3.01 -
YUV 96.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 57 136 0 0.58 0 1 0.47 94.85 1 0.27
Hex 39 88 0 3A 0 64 2F 5F 64 1B
Octal 71 210 0 72 0 144 57 137 144 33
Binary 111001 10001000 0 111010 0 1100100 101111 1011111 1100100 11011

Color Harmonies of #398800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398800

Black with #398800

Text Example


Text Example

White with #398800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398800; }

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

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

background-color css

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

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

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

border-color css

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

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

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