Html Css Color HEX #38983C Fruit Salad

📋 copy color: '#38983C'

red 56 ◦ green 152 ◦ blue 60

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

Shades of Fruit Salad #38983C

Tints of Fruit Salad #38983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 20.9%
G = 56.72%
B = 22.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#38983C (or 0x38983C) is known color: Fruit Salad. HEX triplet: 38, 98 and 3C. RGB value is (56,152,60). Sum of RGB (Red+Green+Blue) = 56+152+60=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #38983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38983C is #C767C3. Grayscale: #717171. Windows color (decimal): -13068228 or 3971128. OLE color: 3971128.

HSL color Cylindrical-coordinate representation of color #38983C: hue angle of 122.5º 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 #38983C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 60 -
CMYK 0.63 0 0.61 0.40
HSL 122.5º 0.46% 0.41% -
HSV(B) 122.5º 0.63% 0.6% -
XYZ 13.67 23.62 8.11 -
YUV 112.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 56 152 60 0.63 0 0.61 0.40 122.5 0.46 0.41
Hex 38 98 3C 3F 0 3D 28 7B 2E 29
Octal 70 230 74 77 0 75 50 173 56 51
Binary 111000 10011000 111100 111111 0 111101 101000 1111011 101110 101001

Color Harmonies of #38983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38983C

Black with #38983C

Text Example


Text Example

White with #38983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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