Html Css Color HEX #38936C Eucalyptus

📋 copy color: '#38936C'

red 56 ◦ green 147 ◦ blue 108

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

Shades of Eucalyptus #38936C

Tints of Eucalyptus #38936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.27%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 18.01%
G = 47.27%
B = 34.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#38936C (or 0x38936C) is known color: Eucalyptus. HEX triplet: 38, 93 and 6C. RGB value is (56,147,108). Sum of RGB (Red+Green+Blue) = 56+147+108=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #38936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38936C is #C76C93. Grayscale: #737373. Windows color (decimal): -13069460 or 7115576. OLE color: 7115576.

HSL color Cylindrical-coordinate representation of color #38936C: hue angle of 154.29º 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 #38936C is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 108 -
CMYK 0.62 0 0.27 0.42
HSL 154.29º 0.45% 0.4% -
HSV(B) 154.29º 0.62% 0.58% -
XYZ 14.77 22.79 17.81 -
YUV 115.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 56 147 108 0.62 0 0.27 0.42 154.29 0.45 0.4
Hex 38 93 6C 3E 0 1B 2A 9A 2D 28
Octal 70 223 154 76 0 33 52 232 55 50
Binary 111000 10010011 1101100 111110 0 11011 101010 10011010 101101 101000

Color Harmonies of #38936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38936C

Black with #38936C

Text Example


Text Example

White with #38936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,147,108); }

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

background-color css

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

 a { background-color: rgb(56,147,108); }

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

border-color css

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

 span { border-color: rgb(56,147,108); }

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