Html Css Color HEX #38925F Eucalyptus

📋 copy color: '#38925F'

red 56 ◦ green 146 ◦ blue 95

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

Shades of Eucalyptus #38925F

Tints of Eucalyptus #38925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 18.86%
G = 49.16%
B = 31.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#38925F (or 0x38925F) is known color: Eucalyptus. HEX triplet: 38, 92 and 5F. RGB value is (56,146,95). Sum of RGB (Red+Green+Blue) = 56+146+95=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #38925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38925F is #C76DA0. Grayscale: #717171. Windows color (decimal): -13069729 or 6263352. OLE color: 6263352.

HSL color Cylindrical-coordinate representation of color #38925F: hue angle of 146º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38925F is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 95 -
CMYK 0.62 0 0.35 0.43
HSL 146º 0.45% 0.4% -
HSV(B) 146º 0.62% 0.57% -
XYZ 13.98 22.22 14.38 -
YUV 113.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 56 146 95 0.62 0 0.35 0.43 146 0.45 0.4
Hex 38 92 5F 3E 0 23 2B 92 2D 28
Octal 70 222 137 76 0 43 53 222 55 50
Binary 111000 10010010 1011111 111110 0 100011 101011 10010010 101101 101000

Color Harmonies of #38925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38925F

Black with #38925F

Text Example


Text Example

White with #38925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38925F; }

 p { color: rgb(56,146,95); }

 H1.HeaderClassName
 {
   color: #38925F;
 }
 .AnyTagClassName
 {
   color: #38925F;
 }
</style>

background-color css

<style>
 a { background-color: #38925F; }

 a { background-color: rgb(56,146,95); }

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

border-color css

<style>
 span { border-color: #38925F; }

 span { border-color: rgb(56,146,95); }

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