Html Css Color HEX #38965B Eucalyptus

📋 copy color: '#38965B'

red 56 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #38965B

Tints of Eucalyptus #38965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 18.86%
G = 50.51%
B = 30.64%

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

#38965B (or 0x38965B) is known color: Eucalyptus. HEX triplet: 38, 96 and 5B. RGB value is (56,150,91). Sum of RGB (Red+Green+Blue) = 56+150+91=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #38965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38965B is #C769A4. Grayscale: #737373. Windows color (decimal): -13068709 or 6002232. OLE color: 6002232.

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

Color convert

RGB 56 150 91 -
CMYK 0.63 0 0.39 0.41
HSL 142.34º 0.46% 0.4% -
HSV(B) 142.34º 0.63% 0.59% -
XYZ 14.43 23.41 13.66 -
YUV 115.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 56 150 91 0.63 0 0.39 0.41 142.34 0.46 0.4
Hex 38 96 5B 3F 0 27 29 8E 2E 28
Octal 70 226 133 77 0 47 51 216 56 50
Binary 111000 10010110 1011011 111111 0 100111 101001 10001110 101110 101000

Color Harmonies of #38965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38965B

Black with #38965B

Text Example


Text Example

White with #38965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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