Html Css Color HEX #38634D Plantation

📋 copy color: '#38634D'

red 56 ◦ green 99 ◦ blue 77

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

Shades of Plantation #38634D

Tints of Plantation #38634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 24.14%
G = 42.67%
B = 33.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#38634D (or 0x38634D) is known color: Plantation. HEX triplet: 38, 63 and 4D. RGB value is (56,99,77). Sum of RGB (Red+Green+Blue) = 56+99+77=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #38634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38634D is #C79CB2. Grayscale: #535353. Windows color (decimal): -13081779 or 5071672. OLE color: 5071672.

HSL color Cylindrical-coordinate representation of color #38634D: hue angle of 149.3º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38634D is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 77 -
CMYK 0.43 0 0.22 0.61
HSL 149.3º 0.28% 0.3% -
HSV(B) 149.3º 0.43% 0.39% -
XYZ 7.43 10.3 8.62 -
YUV 83.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 56 99 77 0.43 0 0.22 0.61 149.3 0.28 0.3
Hex 38 63 4D 2B 0 16 3D 95 1C 1E
Octal 70 143 115 53 0 26 75 225 34 36
Binary 111000 1100011 1001101 101011 0 10110 111101 10010101 11100 11110

Color Harmonies of #38634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38634D

Black with #38634D

Text Example


Text Example

White with #38634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38634D; }

 p { color: rgb(56,99,77); }

 H1.HeaderClassName
 {
   color: #38634D;
 }
 .AnyTagClassName
 {
   color: #38634D;
 }
</style>

background-color css

<style>
 a { background-color: #38634D; }

 a { background-color: rgb(56,99,77); }

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

border-color css

<style>
 span { border-color: #38634D; }

 span { border-color: rgb(56,99,77); }

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