Html Css Color HEX #38944F Chateau Green

📋 copy color: '#38944F'

red 56 ◦ green 148 ◦ blue 79

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

Shades of Chateau Green #38944F

Tints of Chateau Green #38944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 19.79%
G = 52.3%
B = 27.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#38944F (or 0x38944F) is known color: Chateau Green. HEX triplet: 38, 94 and 4F. RGB value is (56,148,79). Sum of RGB (Red+Green+Blue) = 56+148+79=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #38944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38944F is #C76BB0. Grayscale: #707070. Windows color (decimal): -13069233 or 5215288. OLE color: 5215288.

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

Color convert

RGB 56 148 79 -
CMYK 0.62 0 0.47 0.42
HSL 135º 0.45% 0.4% -
HSV(B) 135º 0.62% 0.58% -
XYZ 13.63 22.59 11.04 -
YUV 112.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 56 148 79 0.62 0 0.47 0.42 135 0.45 0.4
Hex 38 94 4F 3E 0 2F 2A 87 2D 28
Octal 70 224 117 76 0 57 52 207 55 50
Binary 111000 10010100 1001111 111110 0 101111 101010 10000111 101101 101000

Color Harmonies of #38944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38944F

Black with #38944F

Text Example


Text Example

White with #38944F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,148,79); }

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

background-color css

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

 a { background-color: rgb(56,148,79); }

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

border-color css

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

 span { border-color: rgb(56,148,79); }

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