Html Css Color HEX #398700 Bilbao

📋 copy color: '#398700'

red 57 ◦ green 135 ◦ blue 0

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

Shades of Bilbao #398700

Tints of Bilbao #398700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 70.31%

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

R = 29.69%
G = 70.31%
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

#398700 (or 0x398700) is known color: Bilbao. HEX triplet: 39, 87 and 00. RGB value is (57,135,0). Sum of RGB (Red+Green+Blue) = 57+135+0=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #398700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398700 is #C678FF. Grayscale: #606060. Windows color (decimal): -13007104 or 34617. OLE color: 34617.

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

Color convert

RGB 57 135 0 -
CMYK 0.58 0 1 0.47
HSL 94.67º 1% 0.26% -
HSV(B) 94.67º 1% 0.53% -
XYZ 10.35 18.2 2.97 -
YUV 96.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 57 135 0 0.58 0 1 0.47 94.67 1 0.26
Hex 39 87 0 3A 0 64 2F 5F 64 1A
Octal 71 207 0 72 0 144 57 137 144 32
Binary 111001 10000111 0 111010 0 1100100 101111 1011111 1100100 11010

Color Harmonies of #398700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398700

Black with #398700

Text Example


Text Example

White with #398700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398700; }

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

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

background-color css

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

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

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

border-color css

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

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

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