Html Css Color HEX #38984C Chateau Green

📋 copy color: '#38984C'

red 56 ◦ green 152 ◦ blue 76

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

Shades of Chateau Green #38984C

Tints of Chateau Green #38984C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 19.72%
G = 53.52%
B = 26.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#38984C (or 0x38984C) is known color: Chateau Green. HEX triplet: 38, 98 and 4C. RGB value is (56,152,76). Sum of RGB (Red+Green+Blue) = 56+152+76=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #38984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38984C is #C767B3. Grayscale: #727272. Windows color (decimal): -13068212 or 5019704. OLE color: 5019704.

HSL color Cylindrical-coordinate representation of color #38984C: hue angle of 132.5º 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 #38984C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 76 -
CMYK 0.63 0 0.50 0.40
HSL 132.5º 0.46% 0.41% -
HSV(B) 132.5º 0.63% 0.6% -
XYZ 14.16 23.82 10.69 -
YUV 114.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 56 152 76 0.63 0 0.50 0.40 132.5 0.46 0.41
Hex 38 98 4C 3F 0 32 28 84 2E 29
Octal 70 230 114 77 0 62 50 204 56 51
Binary 111000 10011000 1001100 111111 0 110010 101000 10000100 101110 101001

Color Harmonies of #38984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38984C

Black with #38984C

Text Example


Text Example

White with #38984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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