Html Css Color HEX #38BA4F Chateau Green

📋 copy color: '#38BA4F'

red 56 ◦ green 186 ◦ blue 79

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

Shades of Chateau Green #38BA4F

Tints of Chateau Green #38BA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.94%

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

R = 17.45%
G = 57.94%
B = 24.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#38BA4F (or 0x38BA4F) is known color: Chateau Green. HEX triplet: 38, BA and 4F. RGB value is (56,186,79). Sum of RGB (Red+Green+Blue) = 56+186+79=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA4F is #C745B0. Grayscale: #878787. Windows color (decimal): -13059505 or 5225016. OLE color: 5225016.

HSL color Cylindrical-coordinate representation of color #38BA4F: hue angle of 130.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA4F is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 79 -
CMYK 0.70 0 0.58 0.27
HSL 130.62º 0.54% 0.47% -
HSV(B) 130.62º 0.7% 0.73% -
XYZ 20.6 36.52 13.36 -
YUV 134.93 96.43 71.7 -
System Red Green Blue C M Y K H S L
Decimal 56 186 79 0.70 0 0.58 0.27 130.62 0.54 0.47
Hex 38 BA 4F 46 0 3A 1B 83 36 2F
Octal 70 272 117 106 0 72 33 203 66 57
Binary 111000 10111010 1001111 1000110 0 111010 11011 10000011 110110 101111

Color Harmonies of #38BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA4F

Black with #38BA4F

Text Example


Text Example

White with #38BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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