#38A74C

Color #38A74C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38A74C

Tints of Chateau Green #38A74C

Color information

#38A74C (or 0x38A74C) is unknown color: approx Chateau Green. HEX triplet: 38, A7 and 4C. RGB value is (56,167,76). Sum of RGB (Red+Green+Blue) = 56+167+76=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #38A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A74C is #C758B3. Grayscale: #7B7B7B. Windows color (decimal): -13064372 or 5023544. OLE color: 5023544.

HSL color Cylindrical-coordinate representation of color #38A74C: hue angle of 130.81º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A74C is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB5616776-
CMYK0.6600.540.35
HSL130.81º49.78%43.73%-
HSV(B)130.81º66.47%65.49%-
XYZ16.752911.55-
YUV123.44101.2379.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 167 (65.62% from 255) = 55.85%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=18.73%
G=55.85%
B=25.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56167760.6600.540.35130.8149.7843.73
Hex38A74C420362383322c
Octal70247114102066432036254
Binary1110001010011110011001000010011011010001110000011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38A74C;
 }
 .AnyTagClassName
 {
   color: #38A74C;
 }
</style>
background-color css

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

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

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

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

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

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