Html Css Color HEX #38614A Plantation

📋 copy color: '#38614A'

red 56 ◦ green 97 ◦ blue 74

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

Shades of Plantation #38614A

Tints of Plantation #38614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 24.67%
G = 42.73%
B = 32.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#38614A (or 0x38614A) is known color: Plantation. HEX triplet: 38, 61 and 4A. RGB value is (56,97,74). Sum of RGB (Red+Green+Blue) = 56+97+74=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #38614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38614A is #C79EB5. Grayscale: #525252. Windows color (decimal): -13082294 or 4874552. OLE color: 4874552.

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

Color convert

RGB 56 97 74 -
CMYK 0.42 0 0.24 0.62
HSL 146.34º 0.27% 0.3% -
HSV(B) 146.34º 0.42% 0.38% -
XYZ 7.14 9.88 8.01 -
YUV 82.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 56 97 74 0.42 0 0.24 0.62 146.34 0.27 0.3
Hex 38 61 4A 2A 0 18 3E 92 1B 1E
Octal 70 141 112 52 0 30 76 222 33 36
Binary 111000 1100001 1001010 101010 0 11000 111110 10010010 11011 11110

Color Harmonies of #38614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38614A

Black with #38614A

Text Example


Text Example

White with #38614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38614A; }

 p { color: rgb(56,97,74); }

 H1.HeaderClassName
 {
   color: #38614A;
 }
 .AnyTagClassName
 {
   color: #38614A;
 }
</style>

background-color css

<style>
 a { background-color: #38614A; }

 a { background-color: rgb(56,97,74); }

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

border-color css

<style>
 span { border-color: #38614A; }

 span { border-color: rgb(56,97,74); }

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