Html Css Color HEX #38984D Chateau Green

📋 copy color: '#38984D'

red 56 ◦ green 152 ◦ blue 77

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

Shades of Chateau Green #38984D

Tints of Chateau Green #38984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.33%

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 19.65%
G = 53.33%
B = 27.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#38984D (or 0x38984D) is known color: Chateau Green. HEX triplet: 38, 98 and 4D. RGB value is (56,152,77). Sum of RGB (Red+Green+Blue) = 56+152+77=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #38984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38984D is #C767B2. Grayscale: #727272. Windows color (decimal): -13068211 or 5085240. OLE color: 5085240.

HSL color Cylindrical-coordinate representation of color #38984D: hue angle of 133.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38984D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 77 -
CMYK 0.63 0 0.49 0.40
HSL 133.13º 0.46% 0.41% -
HSV(B) 133.13º 0.63% 0.6% -
XYZ 14.2 23.83 10.87 -
YUV 114.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 56 152 77 0.63 0 0.49 0.40 133.13 0.46 0.41
Hex 38 98 4D 3F 0 31 28 85 2E 29
Octal 70 230 115 77 0 61 50 205 56 51
Binary 111000 10011000 1001101 111111 0 110001 101000 10000101 101110 101001

Color Harmonies of #38984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38984D

Black with #38984D

Text Example


Text Example

White with #38984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38984D; }

 p { color: rgb(56,152,77); }

 H1.HeaderClassName
 {
   color: #38984D;
 }
 .AnyTagClassName
 {
   color: #38984D;
 }
</style>

background-color css

<style>
 a { background-color: #38984D; }

 a { background-color: rgb(56,152,77); }

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

border-color css

<style>
 span { border-color: #38984D; }

 span { border-color: rgb(56,152,77); }

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