Html Css Color HEX #38624D Plantation

📋 copy color: '#38624D'

red 56 ◦ green 98 ◦ blue 77

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

Shades of Plantation #38624D

Tints of Plantation #38624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 24.24%
G = 42.42%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#38624D (or 0x38624D) is known color: Plantation. HEX triplet: 38, 62 and 4D. RGB value is (56,98,77). Sum of RGB (Red+Green+Blue) = 56+98+77=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #38624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38624D is #C79DB2. Grayscale: #535353. Windows color (decimal): -13082035 or 5071416. OLE color: 5071416.

HSL color Cylindrical-coordinate representation of color #38624D: hue angle of 150º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38624D is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 77 -
CMYK 0.43 0 0.21 0.62
HSL 150º 0.27% 0.3% -
HSV(B) 150º 0.43% 0.38% -
XYZ 7.34 10.11 8.59 -
YUV 83.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 56 98 77 0.43 0 0.21 0.62 150 0.27 0.3
Hex 38 62 4D 2B 0 15 3E 96 1B 1E
Octal 70 142 115 53 0 25 76 226 33 36
Binary 111000 1100010 1001101 101011 0 10101 111110 10010110 11011 11110

Color Harmonies of #38624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38624D

Black with #38624D

Text Example


Text Example

White with #38624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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