Html Css Color HEX #398E06 Bilbao

📋 copy color: '#398E06'

red 57 ◦ green 142 ◦ blue 6

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

Shades of Bilbao #398E06

Tints of Bilbao #398E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 69.27%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 27.8%
G = 69.27%
B = 2.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#398E06 (or 0x398E06) is known color: Bilbao. HEX triplet: 39, 8E and 06. RGB value is (57,142,6). Sum of RGB (Red+Green+Blue) = 57+142+6=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #398E06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398E06 is #C671F9. Grayscale: #656565. Windows color (decimal): -13005306 or 429625. OLE color: 429625.

HSL color Cylindrical-coordinate representation of color #398E06: hue angle of 97.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #398E06 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 142 6 -
CMYK 0.60 0 0.96 0.44
HSL 97.5º 0.92% 0.29% -
HSV(B) 97.5º 0.96% 0.56% -
XYZ 11.39 20.23 3.48 -
YUV 101.08 74.34 96.56 -
System Red Green Blue C M Y K H S L
Decimal 57 142 6 0.60 0 0.96 0.44 97.5 0.92 0.29
Hex 39 8E 6 3C 0 60 2C 62 5C 1D
Octal 71 216 6 74 0 140 54 142 134 35
Binary 111001 10001110 110 111100 0 1100000 101100 1100010 1011100 11101

Color Harmonies of #398E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398E06

Black with #398E06

Text Example


Text Example

White with #398E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398E06; }

 p { color: rgb(57,142,6); }

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

background-color css

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

 a { background-color: rgb(57,142,6); }

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

border-color css

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

 span { border-color: rgb(57,142,6); }

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