Html Css Color HEX #38A33D Fruit Salad

📋 copy color: '#38A33D'

red 56 ◦ green 163 ◦ blue 61

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

Shades of Fruit Salad #38A33D

Tints of Fruit Salad #38A33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.21%

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

R = 20%
G = 58.21%
B = 21.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#38A33D (or 0x38A33D) is known color: Fruit Salad. HEX triplet: 38, A3 and 3D. RGB value is (56,163,61). Sum of RGB (Red+Green+Blue) = 56+163+61=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #38A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A33D is #C75CC2. Grayscale: #777777. Windows color (decimal): -13065411 or 4039480. OLE color: 4039480.

HSL color Cylindrical-coordinate representation of color #38A33D: hue angle of 122.8º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A33D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 163 61 -
CMYK 0.66 0 0.63 0.36
HSL 122.8º 0.49% 0.43% -
HSV(B) 122.8º 0.66% 0.64% -
XYZ 15.57 27.37 8.88 -
YUV 119.38 95.05 82.79 -
System Red Green Blue C M Y K H S L
Decimal 56 163 61 0.66 0 0.63 0.36 122.8 0.49 0.43
Hex 38 A3 3D 42 0 3F 24 7B 31 2B
Octal 70 243 75 102 0 77 44 173 61 53
Binary 111000 10100011 111101 1000010 0 111111 100100 1111011 110001 101011

Color Harmonies of #38A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A33D

Black with #38A33D

Text Example


Text Example

White with #38A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A33D; }

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

 H1.HeaderClassName
 {
   color: #38A33D;
 }
 .AnyTagClassName
 {
   color: #38A33D;
 }
</style>

background-color css

<style>
 a { background-color: #38A33D; }

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

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

border-color css

<style>
 span { border-color: #38A33D; }

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

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