Html Css Color HEX #38995A Eucalyptus

📋 copy color: '#38995A'

red 56 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #38995A

Tints of Eucalyptus #38995A

RGB

 RED value IS 56 (22.27% from 255) = 18.73%

 GREEN value IS 153 (60.16% from 255) = 51.17%

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 18.73%
G = 51.17%
B = 30.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#38995A (or 0x38995A) is known color: Eucalyptus. HEX triplet: 38, 99 and 5A. RGB value is (56,153,90). Sum of RGB (Red+Green+Blue) = 56+153+90=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #38995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38995A is #C766A5. Grayscale: #747474. Windows color (decimal): -13067942 or 5937464. OLE color: 5937464.

HSL color Cylindrical-coordinate representation of color #38995A: hue angle of 141.03º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38995A is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 90 -
CMYK 0.63 0 0.41 0.4
HSL 141.03º 0.46% 0.41% -
HSV(B) 141.03º 0.63% 0.6% -
XYZ 14.87 24.36 13.59 -
YUV 116.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 56 153 90 0.63 0 0.41 0.4 141.03 0.46 0.41
Hex 38 99 5A 3F 0 29 28 8D 2E 29
Octal 70 231 132 77 0 51 50 215 56 51
Binary 111000 10011001 1011010 111111 0 101001 101000 10001101 101110 101001

Color Harmonies of #38995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38995A

Black with #38995A

Text Example


Text Example

White with #38995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38995A; }

 p { color: rgb(56,153,90); }

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

background-color css

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

 a { background-color: rgb(56,153,90); }

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

border-color css

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

 span { border-color: rgb(56,153,90); }

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