Html Css Color HEX #1F9C64 Eucalyptus

📋 copy color: '#1F9C64'

red 31 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #1F9C64

Tints of Eucalyptus #1F9C64

RGB

 RED value IS 31 (12.5% from 255) = 10.8%

 GREEN value IS 156 (61.33% from 255) = 54.36%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 10.8%
G = 54.36%
B = 34.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#1F9C64 (or 0x1F9C64) is known color: Eucalyptus. HEX triplet: 1F, 9C and 64. RGB value is (31,156,100). Sum of RGB (Red+Green+Blue) = 31+156+100=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C64 is #E0639B. Grayscale: #707070. Windows color (decimal): -14705564 or 6593567. OLE color: 6593567.

HSL color Cylindrical-coordinate representation of color #1F9C64: hue angle of 153.12º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C64 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 156 100 -
CMYK 0.80 0 0.36 0.39
HSL 153.12º 0.67% 0.37% -
HSV(B) 153.12º 0.8% 0.61% -
XYZ 14.75 24.99 16.1 -
YUV 112.24 121.09 70.05 -
System Red Green Blue C M Y K H S L
Decimal 31 156 100 0.80 0 0.36 0.39 153.12 0.67 0.37
Hex 1F 9C 64 50 0 24 27 99 43 25
Octal 37 234 144 120 0 44 47 231 103 45
Binary 11111 10011100 1100100 1010000 0 100100 100111 10011001 1000011 100101

Color Harmonies of #1F9C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C64

Black with #1F9C64

Text Example


Text Example

White with #1F9C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9C64; }

 p { color: rgb(31,156,100); }

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

background-color css

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

 a { background-color: rgb(31,156,100); }

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

border-color css

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

 span { border-color: rgb(31,156,100); }

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