Html Css Color HEX #38975C Eucalyptus

📋 copy color: '#38975C'

red 56 ◦ green 151 ◦ blue 92

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

Shades of Eucalyptus #38975C

Tints of Eucalyptus #38975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.5%

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

R = 18.73%
G = 50.5%
B = 30.77%

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

#38975C (or 0x38975C) is known color: Eucalyptus. HEX triplet: 38, 97 and 5C. RGB value is (56,151,92). Sum of RGB (Red+Green+Blue) = 56+151+92=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #38975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38975C is #C768A3. Grayscale: #747474. Windows color (decimal): -13068452 or 6068024. OLE color: 6068024.

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

Color convert

RGB 56 151 92 -
CMYK 0.63 0 0.39 0.41
HSL 142.74º 0.46% 0.41% -
HSV(B) 142.74º 0.63% 0.59% -
XYZ 14.63 23.75 13.94 -
YUV 115.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 56 151 92 0.63 0 0.39 0.41 142.74 0.46 0.41
Hex 38 97 5C 3F 0 27 29 8F 2E 29
Octal 70 227 134 77 0 47 51 217 56 51
Binary 111000 10010111 1011100 111111 0 100111 101001 10001111 101110 101001

Color Harmonies of #38975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38975C

Black with #38975C

Text Example


Text Example

White with #38975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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