Html Css Color HEX #38965C Eucalyptus

📋 copy color: '#38965C'

red 56 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #38965C

Tints of Eucalyptus #38965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 18.79%
G = 50.34%
B = 30.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#38965C (or 0x38965C) is known color: Eucalyptus. HEX triplet: 38, 96 and 5C. RGB value is (56,150,92). Sum of RGB (Red+Green+Blue) = 56+150+92=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #38965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38965C is #C769A3. Grayscale: #737373. Windows color (decimal): -13068708 or 6067768. OLE color: 6067768.

HSL color Cylindrical-coordinate representation of color #38965C: hue angle of 142.98º 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 #38965C is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 92 -
CMYK 0.63 0 0.39 0.41
HSL 142.98º 0.46% 0.4% -
HSV(B) 142.98º 0.63% 0.59% -
XYZ 14.47 23.43 13.88 -
YUV 115.28 114.86 85.72 -
System Red Green Blue C M Y K H S L
Decimal 56 150 92 0.63 0 0.39 0.41 142.98 0.46 0.4
Hex 38 96 5C 3F 0 27 29 8F 2E 28
Octal 70 226 134 77 0 47 51 217 56 50
Binary 111000 10010110 1011100 111111 0 100111 101001 10001111 101110 101000

Color Harmonies of #38965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38965C

Black with #38965C

Text Example


Text Example

White with #38965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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