Html Css Color HEX #397F02 Bilbao

📋 copy color: '#397F02'

red 57 ◦ green 127 ◦ blue 2

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

Shades of Bilbao #397F02

Tints of Bilbao #397F02

RGB

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

 GREEN value IS 127 (50% from 255) = 68.28%

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

R = 30.65%
G = 68.28%
B = 1.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#397F02 (or 0x397F02) is known color: Bilbao. HEX triplet: 39, 7F and 02. RGB value is (57,127,2). Sum of RGB (Red+Green+Blue) = 57+127+2=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #397F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F02 is #C680FD. Grayscale: #5C5C5C. Windows color (decimal): -13009150 or 163641. OLE color: 163641.

HSL color Cylindrical-coordinate representation of color #397F02: hue angle of 93.6º 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 #397F02 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 2 -
CMYK 0.55 0 0.98 0.50
HSL 93.6º 0.97% 0.25% -
HSV(B) 93.6º 0.98% 0.5% -
XYZ 9.29 16.05 2.67 -
YUV 91.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 57 127 2 0.55 0 0.98 0.50 93.6 0.97 0.25
Hex 39 7F 2 37 0 62 32 5E 61 19
Octal 71 177 2 67 0 142 62 136 141 31
Binary 111001 1111111 10 110111 0 1100010 110010 1011110 1100001 11001

Color Harmonies of #397F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F02

Black with #397F02

Text Example


Text Example

White with #397F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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