Html Css Color HEX #38983D Fruit Salad

📋 copy color: '#38983D'

red 56 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #38983D

Tints of Fruit Salad #38983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.51%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 20.82%
G = 56.51%
B = 22.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#38983D (or 0x38983D) is known color: Fruit Salad. HEX triplet: 38, 98 and 3D. RGB value is (56,152,61). Sum of RGB (Red+Green+Blue) = 56+152+61=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #38983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38983D is #C767C2. Grayscale: #717171. Windows color (decimal): -13068227 or 4036664. OLE color: 4036664.

HSL color Cylindrical-coordinate representation of color #38983D: hue angle of 123.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38983D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 61 -
CMYK 0.63 0 0.60 0.40
HSL 123.13º 0.46% 0.41% -
HSV(B) 123.13º 0.63% 0.6% -
XYZ 13.7 23.63 8.25 -
YUV 112.92 98.7 87.4 -
System Red Green Blue C M Y K H S L
Decimal 56 152 61 0.63 0 0.60 0.40 123.13 0.46 0.41
Hex 38 98 3D 3F 0 3C 28 7B 2E 29
Octal 70 230 75 77 0 74 50 173 56 51
Binary 111000 10011000 111101 111111 0 111100 101000 1111011 101110 101001

Color Harmonies of #38983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38983D

Black with #38983D

Text Example


Text Example

White with #38983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,152,61); }

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

background-color css

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

 a { background-color: rgb(56,152,61); }

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

border-color css

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

 span { border-color: rgb(56,152,61); }

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