Html Css Color HEX #38965D Eucalyptus

📋 copy color: '#38965D'

red 56 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #38965D

Tints of Eucalyptus #38965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 18.73%
G = 50.17%
B = 31.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#38965D (or 0x38965D) is known color: Eucalyptus. HEX triplet: 38, 96 and 5D. RGB value is (56,150,93). Sum of RGB (Red+Green+Blue) = 56+150+93=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #38965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38965D is #C769A2. Grayscale: #737373. Windows color (decimal): -13068707 or 6133304. OLE color: 6133304.

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

Color convert

RGB 56 150 93 -
CMYK 0.63 0 0.38 0.41
HSL 143.62º 0.46% 0.4% -
HSV(B) 143.62º 0.63% 0.59% -
XYZ 14.51 23.44 14.12 -
YUV 115.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 56 150 93 0.63 0 0.38 0.41 143.62 0.46 0.4
Hex 38 96 5D 3F 0 26 29 90 2E 28
Octal 70 226 135 77 0 46 51 220 56 50
Binary 111000 10010110 1011101 111111 0 100110 101001 10010000 101110 101000

Color Harmonies of #38965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38965D

Black with #38965D

Text Example


Text Example

White with #38965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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