Html Css Color HEX #38A64B Chateau Green

📋 copy color: '#38A64B'

red 56 ◦ green 166 ◦ blue 75

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

Shades of Chateau Green #38A64B

Tints of Chateau Green #38A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 18.86%
G = 55.89%
B = 25.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#38A64B (or 0x38A64B) is known color: Chateau Green. HEX triplet: 38, A6 and 4B. RGB value is (56,166,75). Sum of RGB (Red+Green+Blue) = 56+166+75=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #38A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A64B is #C759B4. Grayscale: #7A7A7A. Windows color (decimal): -13064629 or 4957752. OLE color: 4957752.

HSL color Cylindrical-coordinate representation of color #38A64B: hue angle of 130.36º 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 #38A64B is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 75 -
CMYK 0.66 0 0.55 0.35
HSL 130.36º 0.5% 0.44% -
HSV(B) 130.36º 0.66% 0.65% -
XYZ 16.54 28.62 11.31 -
YUV 122.74 101.06 80.4 -
System Red Green Blue C M Y K H S L
Decimal 56 166 75 0.66 0 0.55 0.35 130.36 0.5 0.44
Hex 38 A6 4B 42 0 37 23 82 32 2C
Octal 70 246 113 102 0 67 43 202 62 54
Binary 111000 10100110 1001011 1000010 0 110111 100011 10000010 110010 101100

Color Harmonies of #38A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A64B

Black with #38A64B

Text Example


Text Example

White with #38A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,166,75); }

 H1.HeaderClassName
 {
   color: #38A64B;
 }
 .AnyTagClassName
 {
   color: #38A64B;
 }
</style>

background-color css

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

 a { background-color: rgb(56,166,75); }

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

border-color css

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

 span { border-color: rgb(56,166,75); }

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