Html Css Color HEX #38945D Eucalyptus

📋 copy color: '#38945D'

red 56 ◦ green 148 ◦ blue 93

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

Shades of Eucalyptus #38945D

Tints of Eucalyptus #38945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 18.86%
G = 49.83%
B = 31.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#38945D (or 0x38945D) is known color: Eucalyptus. HEX triplet: 38, 94 and 5D. RGB value is (56,148,93). Sum of RGB (Red+Green+Blue) = 56+148+93=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #38945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38945D is #C76BA2. Grayscale: #727272. Windows color (decimal): -13069219 or 6132792. OLE color: 6132792.

HSL color Cylindrical-coordinate representation of color #38945D: hue angle of 144.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38945D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 93 -
CMYK 0.62 0 0.37 0.42
HSL 144.13º 0.45% 0.4% -
HSV(B) 144.13º 0.62% 0.58% -
XYZ 14.2 22.81 14.01 -
YUV 114.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 56 148 93 0.62 0 0.37 0.42 144.13 0.45 0.4
Hex 38 94 5D 3E 0 25 2A 90 2D 28
Octal 70 224 135 76 0 45 52 220 55 50
Binary 111000 10010100 1011101 111110 0 100101 101010 10010000 101101 101000

Color Harmonies of #38945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38945D

Black with #38945D

Text Example


Text Example

White with #38945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38945D; }

 p { color: rgb(56,148,93); }

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

background-color css

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

 a { background-color: rgb(56,148,93); }

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

border-color css

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

 span { border-color: rgb(56,148,93); }

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