Html Css Color HEX #38684A Plantation

📋 copy color: '#38684A'

red 56 ◦ green 104 ◦ blue 74

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

Shades of Plantation #38684A

Tints of Plantation #38684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

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

R = 23.93%
G = 44.44%
B = 31.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#38684A (or 0x38684A) is known color: Plantation. HEX triplet: 38, 68 and 4A. RGB value is (56,104,74). Sum of RGB (Red+Green+Blue) = 56+104+74=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #38684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38684A is #C797B5. Grayscale: #565656. Windows color (decimal): -13080502 or 4876344. OLE color: 4876344.

HSL color Cylindrical-coordinate representation of color #38684A: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38684A is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 74 -
CMYK 0.46 0 0.29 0.59
HSL 142.5º 0.3% 0.31% -
HSV(B) 142.5º 0.46% 0.41% -
XYZ 7.82 11.24 8.24 -
YUV 86.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 56 104 74 0.46 0 0.29 0.59 142.5 0.3 0.31
Hex 38 68 4A 2E 0 1D 3B 8E 1E 1F
Octal 70 150 112 56 0 35 73 216 36 37
Binary 111000 1101000 1001010 101110 0 11101 111011 10001110 11110 11111

Color Harmonies of #38684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38684A

Black with #38684A

Text Example


Text Example

White with #38684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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