Html Css Color HEX #38914A Chateau Green

📋 copy color: '#38914A'

red 56 ◦ green 145 ◦ blue 74

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

Shades of Chateau Green #38914A

Tints of Chateau Green #38914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.73%

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 20.36%
G = 52.73%
B = 26.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#38914A (or 0x38914A) is known color: Chateau Green. HEX triplet: 38, 91 and 4A. RGB value is (56,145,74). Sum of RGB (Red+Green+Blue) = 56+145+74=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #38914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38914A is #C76EB5. Grayscale: #6E6E6E. Windows color (decimal): -13070006 or 4886840. OLE color: 4886840.

HSL color Cylindrical-coordinate representation of color #38914A: hue angle of 132.13º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38914A is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 74 -
CMYK 0.61 0 0.49 0.43
HSL 132.13º 0.44% 0.39% -
HSV(B) 132.13º 0.61% 0.57% -
XYZ 12.99 21.59 9.96 -
YUV 110.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 56 145 74 0.61 0 0.49 0.43 132.13 0.44 0.39
Hex 38 91 4A 3D 0 31 2B 84 2C 27
Octal 70 221 112 75 0 61 53 204 54 47
Binary 111000 10010001 1001010 111101 0 110001 101011 10000100 101100 100111

Color Harmonies of #38914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38914A

Black with #38914A

Text Example


Text Example

White with #38914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38914A; }

 p { color: rgb(56,145,74); }

 H1.HeaderClassName
 {
   color: #38914A;
 }
 .AnyTagClassName
 {
   color: #38914A;
 }
</style>

background-color css

<style>
 a { background-color: #38914A; }

 a { background-color: rgb(56,145,74); }

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

border-color css

<style>
 span { border-color: #38914A; }

 span { border-color: rgb(56,145,74); }

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