Html Css Color HEX #38AC5E Chateau Green

📋 copy color: '#38AC5E'

red 56 ◦ green 172 ◦ blue 94

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

Shades of Chateau Green #38AC5E

Tints of Chateau Green #38AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.42%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 17.39%
G = 53.42%
B = 29.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#38AC5E (or 0x38AC5E) is known color: Chateau Green. HEX triplet: 38, AC and 5E. RGB value is (56,172,94). Sum of RGB (Red+Green+Blue) = 56+172+94=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC5E is #C753A1. Grayscale: #808080. Windows color (decimal): -13063074 or 6204472. OLE color: 6204472.

HSL color Cylindrical-coordinate representation of color #38AC5E: hue angle of 139.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC5E is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 172 94 -
CMYK 0.67 0 0.45 0.33
HSL 139.66º 0.51% 0.45% -
HSV(B) 139.66º 0.67% 0.67% -
XYZ 18.4 31.15 15.63 -
YUV 128.42 108.57 76.34 -
System Red Green Blue C M Y K H S L
Decimal 56 172 94 0.67 0 0.45 0.33 139.66 0.51 0.45
Hex 38 AC 5E 43 0 2D 21 8C 33 2D
Octal 70 254 136 103 0 55 41 214 63 55
Binary 111000 10101100 1011110 1000011 0 101101 100001 10001100 110011 101101

Color Harmonies of #38AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC5E

Black with #38AC5E

Text Example


Text Example

White with #38AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AC5E; }

 p { color: rgb(56,172,94); }

 H1.HeaderClassName
 {
   color: #38AC5E;
 }
 .AnyTagClassName
 {
   color: #38AC5E;
 }
</style>

background-color css

<style>
 a { background-color: #38AC5E; }

 a { background-color: rgb(56,172,94); }

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

border-color css

<style>
 span { border-color: #38AC5E; }

 span { border-color: rgb(56,172,94); }

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