Html Css Color HEX #388967 Viridian

📋 copy color: '#388967'

red 56 ◦ green 137 ◦ blue 103

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

Shades of Viridian #388967

Tints of Viridian #388967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 18.92%
G = 46.28%
B = 34.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#388967 (or 0x388967) is known color: Viridian. HEX triplet: 38, 89 and 67. RGB value is (56,137,103). Sum of RGB (Red+Green+Blue) = 56+137+103=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #388967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388967 is #C77698. Grayscale: #6C6C6C. Windows color (decimal): -13072025 or 6785336. OLE color: 6785336.

HSL color Cylindrical-coordinate representation of color #388967: hue angle of 154.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388967 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 103 -
CMYK 0.59 0 0.25 0.46
HSL 154.81º 0.42% 0.38% -
HSV(B) 154.81º 0.59% 0.54% -
XYZ 13.02 19.71 15.95 -
YUV 108.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 56 137 103 0.59 0 0.25 0.46 154.81 0.42 0.38
Hex 38 89 67 3B 0 19 2E 9B 2A 26
Octal 70 211 147 73 0 31 56 233 52 46
Binary 111000 10001001 1100111 111011 0 11001 101110 10011011 101010 100110

Color Harmonies of #388967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388967

Black with #388967

Text Example


Text Example

White with #388967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388967; }

 p { color: rgb(56,137,103); }

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

background-color css

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

 a { background-color: rgb(56,137,103); }

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

border-color css

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

 span { border-color: rgb(56,137,103); }

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